Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ActionResult<T> Structure / Implicit Type Conversion Operator / Implicit Type Conversion(T,ActionResult<T>) Operator
The specified ActionResult to convert.


In This Topic
    Implicit Type Conversion(T,ActionResult<T>) Operator
    In This Topic
    Performs an implicit conversion from ActionResult<T> to T.
    Syntax
    'Declaration
     
    
    Overloads Public Operator Widening CType( _
       ByVal result As ActionResult(Of T) _
    ) As T
    'Usage
     
    
    public T operator implicit( 
       ActionResult<T> result
    )

    Parameters

    result
    The specified ActionResult to convert.

    Return Value

    The result of the conversion.
    See Also